object RepeatEditorForm: TRepeatEditorForm Left = 132 Top = 106 BorderStyle = bsDialog Caption = 'Repeat Selected Entry.' ClientHeight = 158 ClientWidth = 430 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 345 Top = 137 Width = 31 Height = 13 Caption = 'Cycles' end object GroupBox1: TGroupBox Left = 0 Top = 4 Width = 222 Height = 121 Caption = 'Start Repeating On' TabOrder = 0 object DayList: TListBox Left = 8 Top = 16 Width = 50 Height = 97 ItemHeight = 13 Items.Strings = ( '1st' '2nd' '3rd' '4th' '5th' '6th' '7th' '8th' '9th' '10th' '11th' '12th' '13th' '14th' '15th' '16th' '17th' '18th' '19th' '20th' '21st' '22nd' '23rd' '24th' '25th' '26th' '27th' '28th' '29th' '30th' '31st') TabOrder = 0 end object MonthList: TListBox Left = 63 Top = 16 Width = 84 Height = 97 ItemHeight = 13 TabOrder = 1 end object YearList: TListBox Left = 153 Top = 16 Width = 64 Height = 97 ItemHeight = 13 TabOrder = 2 end end object AndThenRG: TRadioGroup Left = 225 Top = 4 Width = 203 Height = 121 Caption = 'And Then' Columns = 2 ItemIndex = 7 Items.Strings = ( 'Daily' 'Weekly' 'Two Weekly' 'Four Weekly' 'Monthly' 'Quarterly' 'Yearly' 'Days' 'Months' 'Years') TabOrder = 1 end object CyclesSpin: TSpinEdit Left = 380 Top = 134 Width = 48 Height = 22 Ctl3D = True EditorEnabled = False MaxValue = 50 MinValue = 0 ParentCtl3D = False TabOrder = 2 Value = 0 OnChange = CyclesSpinChange end object Repeatbtn: TButton Left = 0 Top = 129 Width = 62 Height = 25 Caption = 'Repeat' TabOrder = 3 OnClick = RepeatbtnClick end object Helpbtn: TBitBtn Left = 68 Top = 129 Width = 61 Height = 26 TabOrder = 4 OnClick = HelpbtnClick Kind = bkHelp end object Cancelbtn: TButton Left = 276 Top = 129 Width = 62 Height = 26 Cancel = True Caption = 'Cancel' TabOrder = 5 OnClick = CancelbtnClick end object DaysSpin: TSpinEdit Left = 383 Top = 54 Width = 40 Height = 22 MaxValue = 365 MinValue = 1 TabOrder = 6 Value = 1 end object MonthsSpin: TSpinEdit Left = 383 Top = 77 Width = 40 Height = 22 MaxValue = 48 MinValue = 1 TabOrder = 7 Value = 1 end object YearsSpin: TSpinEdit Left = 383 Top = 99 Width = 40 Height = 22 MaxValue = 20 MinValue = 1 TabOrder = 8 Value = 1 end end